UpdateUserDbObject
The object used to update a database authentication user.
API Section: Objects
Type: Object
Properties
Name |
Description |
Required |
Type |
Format |
---|---|---|---|---|
id |
The user's system ID. |
Y |
string |
uuid |
userName |
The login username for the user |
- |
string |
|
firstName |
The user's first name |
- |
string |
|
lastName |
The user's last name |
- |
string |
|
|
The user's email |
- |
string |
|
phone |
The user's phone |
- |
string |
|
proxyAccount |
The user's proxy account needed for connecting to different data sources |
- |
string |
|
adminType |
The user's administration level using the admin type enumeration |
- | ||
roleIds |
The user's list of roles |
- |
array |
|
clientLicenseType |
The user's license type using the type enumeration |
- | ||
statusID |
The user's status using the status type enumeration |
- | ||
tenantId |
The user's tenant ID |
- |
string |
|
password |
The User's password |
- |
string |
*Required elements are only used for API parameters